home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr29 / ccswap11.zip / CCSWAP.DOC next >
Text File  |  1993-04-29  |  1KB  |  33 lines

  1.  
  2.  
  3.     Notes on CCswap 1.1
  4.  
  5.  
  6.      Long ago and far away I learned how to program using Turbo Pascal
  7.      and the Turbo Pascal editor.  In a few short days I committed the
  8.      wordstar diamond not just to heart, but into the primative lower
  9.      reaches of my brain, right next to breathing and walking.  I have
  10.      never regretted it. People who do not give the wordstar cursor
  11.      control diamond a chance do not have any idea what they are
  12.      missing.
  13.  
  14.      That said, CCswap is a small windows utility I wrote to swap the
  15.      Ctrl and Capslock keys on my keyboard.  Many people have asked me
  16.      for modifications such as only re-mapping the left ctrl key
  17.      (impossible) or allow switching back and forth (why?).  CCswap is a
  18.      simple program, addressing a simple problem simply.  I intend to
  19.      leave well enough alone.
  20.  
  21.      Version 1.0 had an annoying bug; if you pressed and held the
  22.      Capslock key (which was supposed to be ctrl), the capslock status
  23.      would shift.  Version 1.1 fixes that problem.
  24.  
  25.      Using CCswap is simple.  copy CCSWAP.EXE and CSWAPDLL.DLL to your
  26.      windows directory.  Windows 3.1 users can add CCSWAP.EXE to their
  27.      startup group.  Windows 3.0 users will have to edit their
  28.      win.ini, adding ccswap.exe to their 'load=' line like so...
  29.  
  30.         load=ccswap.exe
  31.  
  32.  
  33.      Enjoy!